feat: bootstrap evolution GitHub labels during cron registration (Closes #468)#469
Merged
Merged
Conversation
Adds _ensure_evolution_labels() to register_evolution_cron.py so the labels required by every evolution skill are created idempotently before jobs are registered. This stops the silent 'could not add label' failures from evolution-introspection and evolution-issues on fresh forks. Includes tests for dry-run, already-existing, and failure paths. Closes #468 Co-Authored-By: Hermes Evolution <evolution@hermes.ai>
Contributor
🔎 Lint report:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated evolution PR for issue #468.
What changed
scripts/register_evolution_cron.pynow calls_ensure_evolution_labels()once per registration pass.capability,introspection,ux,proposal,research-generated,needs-work,next-increment,accepted,rejected,needs-split,blocked,fix,improvement,implemented-on-main).could not add label: ... not found).ghfailure paths.Validation
ruff check .passesruff format --check .passespython -m pytest tests/scripts/test_register_evolution_cron.py -x -qpasses (22 tests)Closes #468